From: Richard M. Stallman Date: Thu, 5 Dec 2002 15:30:09 +0000 (+0000) Subject: Comment out include of libintl.h or gettext.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29381 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f2db82c4613103f55bc70dea50c744205f96ec72;p=emacs.git Comment out include of libintl.h or gettext.h. --- diff --git a/lib-src/getopt.c b/lib-src/getopt.c index 3e7928a8385..c75627f84ba 100644 --- a/lib-src/getopt.c +++ b/lib-src/getopt.c @@ -75,12 +75,14 @@ # endif #endif +#if 0 #ifdef _LIBC # include #else /* This is for other GNU distributions with internationalized messages. */ # include "gettext.h" #endif +#endif #define _(msgid) gettext (msgid) #if defined _LIBC && defined USE_IN_LIBIO